Html Css Color HEX #BD7AC0 Orchid

📋 copy color: '#BD7AC0'

red 189 ◦ green 122 ◦ blue 192

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

Shades of Orchid #BD7AC0

Tints of Orchid #BD7AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.25%

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 37.57%
G = 24.25%
B = 38.17%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD7AC0 (or 0xBD7AC0) is known color: Orchid. HEX triplet: BD, 7A and C0. RGB value is (189,122,192). Sum of RGB (Red+Green+Blue) = 189+122+192=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7AC0 is #42853F. Grayscale: #959595. Windows color (decimal): -4359488 or 12614333. OLE color: 12614333.

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

Color convert

RGB 189 122 192 -
CMYK 0.02 0.36 0 0.25
HSL 297.43º 0.36% 0.62% -
HSV(B) 297.43º 0.36% 0.75% -
XYZ 37.46 28.54 53.4 -
YUV 150.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 189 122 192 0.02 0.36 0 0.25 297.43 0.36 0.62
Hex BD 7A C0 2 24 0 19 129 24 3E
Octal 275 172 300 2 44 0 31 451 44 76
Binary 10111101 1111010 11000000 10 100100 0 11001 100101001 100100 111110

Color Harmonies of #BD7AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7AC0

Black with #BD7AC0

Text Example


Text Example

White with #BD7AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7AC0; }

 p { color: rgb(189,122,192); }

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

background-color css

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

 a { background-color: rgb(189,122,192); }

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

border-color css

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

 span { border-color: rgb(189,122,192); }

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