Html Css Color HEX #BD62FE Heliotrope

📋 copy color: '#BD62FE'

red 189 ◦ green 98 ◦ blue 254

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

Shades of Heliotrope #BD62FE

Tints of Heliotrope #BD62FE

RGB

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

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

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

R = 34.94%
G = 18.11%
B = 46.95%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD62FE (or 0xBD62FE) is known color: Heliotrope. HEX triplet: BD, 62 and FE. RGB value is (189,98,254). Sum of RGB (Red+Green+Blue) = 189+98+254=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD62FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD62FE is #429D01. Grayscale: #8E8E8E. Windows color (decimal): -4365570 or 16671421. OLE color: 16671421.

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

Color convert

RGB 189 98 254 -
CMYK 0.26 0.61 0 0.00
HSL 275º 0.99% 0.69% -
HSV(B) 275º 0.61% 1% -
XYZ 43.24 26.71 96.64 -
YUV 142.99 190.65 160.82 -
System Red Green Blue C M Y K H S L
Decimal 189 98 254 0.26 0.61 0 0.00 275 0.99 0.69
Hex BD 62 FE 1A 3D 0 0 113 63 45
Octal 275 142 376 32 75 0 0 423 143 105
Binary 10111101 1100010 11111110 11010 111101 0 0 100010011 1100011 1000101

Color Harmonies of #BD62FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62FE

Black with #BD62FE

Text Example


Text Example

White with #BD62FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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