Html Css Color HEX #BD61FE Heliotrope

📋 copy color: '#BD61FE'

red 189 ◦ green 97 ◦ blue 254

#BD61FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BD61FE

Tints of Heliotrope #BD61FE

RGB

 RED value IS 189 (74.22% from 255) = 35%

 GREEN value IS 97 (38.28% from 255) = 17.96%

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 35%
G = 17.96%
B = 47.04%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD61FE (or 0xBD61FE) is known color: Heliotrope. HEX triplet: BD, 61 and FE. RGB value is (189,97,254). Sum of RGB (Red+Green+Blue) = 189+97+254=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD61FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD61FE is #429E01. Grayscale: #8D8D8D. Windows color (decimal): -4365826 or 16671165. OLE color: 16671165.

HSL color Cylindrical-coordinate representation of color #BD61FE: hue angle of 275.16º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD61FE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 97 254 -
CMYK 0.26 0.62 0 0.00
HSL 275.16º 0.99% 0.69% -
HSV(B) 275.16º 0.62% 1% -
XYZ 43.15 26.52 96.61 -
YUV 142.41 190.98 161.23 -
System Red Green Blue C M Y K H S L
Decimal 189 97 254 0.26 0.62 0 0.00 275.16 0.99 0.69
Hex BD 61 FE 1A 3E 0 0 113 63 45
Octal 275 141 376 32 76 0 0 423 143 105
Binary 10111101 1100001 11111110 11010 111110 0 0 100010011 1100011 1000101

Color Harmonies of #BD61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61FE

Black with #BD61FE

Text Example


Text Example

White with #BD61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61FE; }

 p { color: rgb(189,97,254); }

 H1.HeaderClassName
 {
   color: #BD61FE;
 }
 .AnyTagClassName
 {
   color: #BD61FE;
 }
</style>

background-color css

<style>
 a { background-color: #BD61FE; }

 a { background-color: rgb(189,97,254); }

 div.DivClassName
 {
   background-color: #BD61FE;
 }
 .BgClassName
 {
   background-color: #BD61FE;
 }
</style>

border-color css

<style>
 span { border-color: #BD61FE; }

 span { border-color: rgb(189,97,254); }

 td.TdClassName
 {
   border-color: #BD61FE;
 }
 .TagClassName
 {
   border-color: #BD61FE;
 }
</style>