Html Css Color HEX #BD85FB Heliotrope

📋 copy color: '#BD85FB'

red 189 ◦ green 133 ◦ blue 251

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

Shades of Heliotrope #BD85FB

Tints of Heliotrope #BD85FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.21%

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

R = 32.98%
G = 23.21%
B = 43.8%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD85FB (or 0xBD85FB) is known color: Heliotrope. HEX triplet: BD, 85 and FB. RGB value is (189,133,251). Sum of RGB (Red+Green+Blue) = 189+133+251=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD85FB is #427A04. Grayscale: #A2A2A2. Windows color (decimal): -4356613 or 16483773. OLE color: 16483773.

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

Color convert

RGB 189 133 251 -
CMYK 0.25 0.47 0 0.02
HSL 268.47º 0.94% 0.75% -
HSV(B) 268.47º 0.47% 0.98% -
XYZ 46.79 34.56 95.47 -
YUV 163.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 189 133 251 0.25 0.47 0 0.02 268.47 0.94 0.75
Hex BD 85 FB 19 2F 0 2 10C 5E 4B
Octal 275 205 373 31 57 0 2 414 136 113
Binary 10111101 10000101 11111011 11001 101111 0 10 100001100 1011110 1001011

Color Harmonies of #BD85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD85FB

Black with #BD85FB

Text Example


Text Example

White with #BD85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD85FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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