Html Css Color HEX #BD62FF Heliotrope

📋 copy color: '#BD62FF'

red 189 ◦ green 98 ◦ blue 255

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

Shades of Heliotrope #BD62FF

Tints of Heliotrope #BD62FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.08%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 34.87%
G = 18.08%
B = 47.05%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD62FF (or 0xBD62FF) is known color: Heliotrope. HEX triplet: BD, 62 and FF. RGB value is (189,98,255). Sum of RGB (Red+Green+Blue) = 189+98+255=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD62FF is #429D00. Grayscale: #8E8E8E. Windows color (decimal): -4365569 or 16736957. OLE color: 16736957.

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

Color convert

RGB 189 98 255 -
CMYK 0.26 0.62 0 0
HSL 274.78º 1% 0.69% -
HSV(B) 274.78º 0.62% 1% -
XYZ 43.4 26.77 97.49 -
YUV 143.11 191.15 160.73 -
System Red Green Blue C M Y K H S L
Decimal 189 98 255 0.26 0.62 0 0 274.78 1 0.69
Hex BD 62 FF 1A 3E 0 0 113 64 45
Octal 275 142 377 32 76 0 0 423 144 105
Binary 10111101 1100010 11111111 11010 111110 0 0 100010011 1100100 1000101

Color Harmonies of #BD62FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62FF

Black with #BD62FF

Text Example


Text Example

White with #BD62FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62FF; }

 p { color: rgb(189,98,255); }

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

background-color css

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

 a { background-color: rgb(189,98,255); }

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

border-color css

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

 span { border-color: rgb(189,98,255); }

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