Html Css Color HEX #B469CB Medium Orchid

📋 copy color: '#B469CB'

red 180 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #B469CB

Tints of Medium Orchid #B469CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.52%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 36.89%
G = 21.52%
B = 41.6%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B469CB (or 0xB469CB) is known color: Medium Orchid. HEX triplet: B4, 69 and CB. RGB value is (180,105,203). Sum of RGB (Red+Green+Blue) = 180+105+203=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #B469CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469CB is #4B9634. Grayscale: #8A8A8A. Windows color (decimal): -4953653 or 13330868. OLE color: 13330868.

HSL color Cylindrical-coordinate representation of color #B469CB: hue angle of 285.92º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B469CB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 105 203 -
CMYK 0.11 0.48 0 0.20
HSL 285.92º 0.49% 0.6% -
HSV(B) 285.92º 0.48% 0.8% -
XYZ 34.65 24.12 59.33 -
YUV 138.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 180 105 203 0.11 0.48 0 0.20 285.92 0.49 0.6
Hex B4 69 CB B 30 0 14 11E 31 3C
Octal 264 151 313 13 60 0 24 436 61 74
Binary 10110100 1101001 11001011 1011 110000 0 10100 100011110 110001 111100

Color Harmonies of #B469CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469CB

Black with #B469CB

Text Example


Text Example

White with #B469CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469CB; }

 p { color: rgb(180,105,203); }

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

background-color css

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

 a { background-color: rgb(180,105,203); }

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

border-color css

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

 span { border-color: rgb(180,105,203); }

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