Html Css Color HEX #BD67CF Medium Orchid

📋 copy color: '#BD67CF'

red 189 ◦ green 103 ◦ blue 207

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

Shades of Medium Orchid #BD67CF

Tints of Medium Orchid #BD67CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 37.88%
G = 20.64%
B = 41.48%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD67CF (or 0xBD67CF) is known color: Medium Orchid. HEX triplet: BD, 67 and CF. RGB value is (189,103,207). Sum of RGB (Red+Green+Blue) = 189+103+207=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67CF is #429830. Grayscale: #8C8C8C. Windows color (decimal): -4364337 or 13592509. OLE color: 13592509.

HSL color Cylindrical-coordinate representation of color #BD67CF: hue angle of 289.62º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD67CF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 103 207 -
CMYK 0.09 0.50 0 0.19
HSL 289.62º 0.52% 0.61% -
HSV(B) 289.62º 0.5% 0.81% -
XYZ 37.1 25.02 61.91 -
YUV 140.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 189 103 207 0.09 0.50 0 0.19 289.62 0.52 0.61
Hex BD 67 CF 9 32 0 13 122 34 3D
Octal 275 147 317 11 62 0 23 442 64 75
Binary 10111101 1100111 11001111 1001 110010 0 10011 100100010 110100 111101

Color Harmonies of #BD67CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67CF

Black with #BD67CF

Text Example


Text Example

White with #BD67CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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