Html Css Color HEX #BD7BFE Heliotrope

📋 copy color: '#BD7BFE'

red 189 ◦ green 123 ◦ blue 254

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

Shades of Heliotrope #BD7BFE

Tints of Heliotrope #BD7BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.73%

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

R = 33.39%
G = 21.73%
B = 44.88%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD7BFE (or 0xBD7BFE) is known color: Heliotrope. HEX triplet: BD, 7B and FE. RGB value is (189,123,254). Sum of RGB (Red+Green+Blue) = 189+123+254=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD7BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BFE is #428401. Grayscale: #9D9D9D. Windows color (decimal): -4359170 or 16677821. OLE color: 16677821.

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

Color convert

RGB 189 123 254 -
CMYK 0.26 0.52 0 0.00
HSL 270.23º 0.98% 0.74% -
HSV(B) 270.23º 0.52% 1% -
XYZ 45.96 32.14 97.55 -
YUV 157.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 189 123 254 0.26 0.52 0 0.00 270.23 0.98 0.74
Hex BD 7B FE 1A 34 0 0 10E 62 4A
Octal 275 173 376 32 64 0 0 416 142 112
Binary 10111101 1111011 11111110 11010 110100 0 0 100001110 1100010 1001010

Color Harmonies of #BD7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BFE

Black with #BD7BFE

Text Example


Text Example

White with #BD7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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