Html Css Color HEX #BD67FF Heliotrope

📋 copy color: '#BD67FF'

red 189 ◦ green 103 ◦ blue 255

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

Shades of Heliotrope #BD67FF

Tints of Heliotrope #BD67FF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.83%

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

R = 34.55%
G = 18.83%
B = 46.62%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD67FF (or 0xBD67FF) is known color: Heliotrope. HEX triplet: BD, 67 and FF. RGB value is (189,103,255). Sum of RGB (Red+Green+Blue) = 189+103+255=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD67FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67FF is #429800. Grayscale: #919191. Windows color (decimal): -4364289 or 16738237. OLE color: 16738237.

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

Color convert

RGB 189 103 255 -
CMYK 0.26 0.60 0 0
HSL 273.95º 1% 0.7% -
HSV(B) 273.95º 0.6% 1% -
XYZ 43.89 27.74 97.65 -
YUV 146.04 189.49 158.64 -
System Red Green Blue C M Y K H S L
Decimal 189 103 255 0.26 0.60 0 0 273.95 1 0.7
Hex BD 67 FF 1A 3C 0 0 112 64 46
Octal 275 147 377 32 74 0 0 422 144 106
Binary 10111101 1100111 11111111 11010 111100 0 0 100010010 1100100 1000110

Color Harmonies of #BD67FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67FF

Black with #BD67FF

Text Example


Text Example

White with #BD67FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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