Html Css Color HEX #B667CF Medium Orchid

📋 copy color: '#B667CF'

red 182 ◦ green 103 ◦ blue 207

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

Shades of Medium Orchid #B667CF

Tints of Medium Orchid #B667CF

RGB

 RED value IS 182 (71.48% from 255) = 36.99%

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

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

R = 36.99%
G = 20.93%
B = 42.07%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B667CF (or 0xB667CF) is known color: Medium Orchid. HEX triplet: B6, 67 and CF. RGB value is (182,103,207). Sum of RGB (Red+Green+Blue) = 182+103+207=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B667CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667CF is #499830. Grayscale: #8A8A8A. Windows color (decimal): -4823089 or 13592502. OLE color: 13592502.

HSL color Cylindrical-coordinate representation of color #B667CF: hue angle of 285.58º 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 #B667CF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 103 207 -
CMYK 0.12 0.50 0 0.19
HSL 285.58º 0.52% 0.61% -
HSV(B) 285.58º 0.5% 0.81% -
XYZ 35.4 24.15 61.83 -
YUV 138.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 182 103 207 0.12 0.50 0 0.19 285.58 0.52 0.61
Hex B6 67 CF C 32 0 13 11E 34 3D
Octal 266 147 317 14 62 0 23 436 64 75
Binary 10110110 1100111 11001111 1100 110010 0 10011 100011110 110100 111101

Color Harmonies of #B667CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B667CF

Black with #B667CF

Text Example


Text Example

White with #B667CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B667CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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