Html Css Color HEX #BD5CFB Heliotrope

📋 copy color: '#BD5CFB'

red 189 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #BD5CFB

Tints of Heliotrope #BD5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.29%

 BLUE value IS 251 (98.44% from 255) = 47.18%

R = 35.53%
G = 17.29%
B = 47.18%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD5CFB (or 0xBD5CFB) is known color: Heliotrope. HEX triplet: BD, 5C and FB. RGB value is (189,92,251). Sum of RGB (Red+Green+Blue) = 189+92+251=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD5CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5CFB is #42A304. Grayscale: #8A8A8A. Windows color (decimal): -4367109 or 16473277. OLE color: 16473277.

HSL color Cylindrical-coordinate representation of color #BD5CFB: hue angle of 276.6º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5CFB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 92 251 -
CMYK 0.25 0.63 0 0.02
HSL 276.6º 0.95% 0.67% -
HSV(B) 276.6º 0.63% 0.98% -
XYZ 42.23 25.44 93.95 -
YUV 139.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 189 92 251 0.25 0.63 0 0.02 276.6 0.95 0.67
Hex BD 5C FB 19 3F 0 2 115 5F 43
Octal 275 134 373 31 77 0 2 425 137 103
Binary 10111101 1011100 11111011 11001 111111 0 10 100010101 1011111 1000011

Color Harmonies of #BD5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CFB

Black with #BD5CFB

Text Example


Text Example

White with #BD5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CFB; }

 p { color: rgb(189,92,251); }

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

background-color css

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

 a { background-color: rgb(189,92,251); }

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

border-color css

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

 span { border-color: rgb(189,92,251); }

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