Html Css Color HEX #B467CF Medium Orchid

📋 copy color: '#B467CF'

red 180 ◦ green 103 ◦ blue 207

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

Shades of Medium Orchid #B467CF

Tints of Medium Orchid #B467CF

RGB

 RED value IS 180 (70.7% from 255) = 36.73%

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

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

R = 36.73%
G = 21.02%
B = 42.24%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B467CF (or 0xB467CF) is known color: Medium Orchid. HEX triplet: B4, 67 and CF. RGB value is (180,103,207). Sum of RGB (Red+Green+Blue) = 180+103+207=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #B467CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B467CF is #4B9830. Grayscale: #898989. Windows color (decimal): -4954161 or 13592500. OLE color: 13592500.

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

Color convert

RGB 180 103 207 -
CMYK 0.13 0.50 0 0.19
HSL 284.42º 0.52% 0.61% -
HSV(B) 284.42º 0.5% 0.81% -
XYZ 34.94 23.91 61.81 -
YUV 137.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 180 103 207 0.13 0.50 0 0.19 284.42 0.52 0.61
Hex B4 67 CF D 32 0 13 11C 34 3D
Octal 264 147 317 15 62 0 23 434 64 75
Binary 10110100 1100111 11001111 1101 110010 0 10011 100011100 110100 111101

Color Harmonies of #B467CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B467CF

Black with #B467CF

Text Example


Text Example

White with #B467CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B467CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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