Html Css Color HEX #B643CB Medium Orchid

📋 copy color: '#B643CB'

red 182 ◦ green 67 ◦ blue 203

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

Shades of Medium Orchid #B643CB

Tints of Medium Orchid #B643CB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.82%

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

R = 40.27%
G = 14.82%
B = 44.91%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B643CB (or 0xB643CB) is known color: Medium Orchid. HEX triplet: B6, 43 and CB. RGB value is (182,67,203). Sum of RGB (Red+Green+Blue) = 182+67+203=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #B643CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643CB is #49BC34. Grayscale: #747474. Windows color (decimal): -4832309 or 13321142. OLE color: 13321142.

HSL color Cylindrical-coordinate representation of color #B643CB: hue angle of 290.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B643CB is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 67 203 -
CMYK 0.10 0.67 0 0.20
HSL 290.74º 0.57% 0.53% -
HSV(B) 290.74º 0.67% 0.8% -
XYZ 32.08 18.27 58.34 -
YUV 116.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 182 67 203 0.10 0.67 0 0.20 290.74 0.57 0.53
Hex B6 43 CB A 43 0 14 123 39 35
Octal 266 103 313 12 103 0 24 443 71 65
Binary 10110110 1000011 11001011 1010 1000011 0 10100 100100011 111001 110101

Color Harmonies of #B643CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643CB

Black with #B643CB

Text Example


Text Example

White with #B643CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643CB; }

 p { color: rgb(182,67,203); }

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

background-color css

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

 a { background-color: rgb(182,67,203); }

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

border-color css

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

 span { border-color: rgb(182,67,203); }

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