Html Css Color HEX #B65FCB Medium Orchid

📋 copy color: '#B65FCB'

red 182 ◦ green 95 ◦ blue 203

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

Shades of Medium Orchid #B65FCB

Tints of Medium Orchid #B65FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.79%

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

R = 37.92%
G = 19.79%
B = 42.29%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65FCB (or 0xB65FCB) is known color: Medium Orchid. HEX triplet: B6, 5F and CB. RGB value is (182,95,203). Sum of RGB (Red+Green+Blue) = 182+95+203=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #B65FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FCB is #49A034. Grayscale: #848484. Windows color (decimal): -4825141 or 13328310. OLE color: 13328310.

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

Color convert

RGB 182 95 203 -
CMYK 0.10 0.53 0 0.20
HSL 288.33º 0.51% 0.58% -
HSV(B) 288.33º 0.53% 0.8% -
XYZ 34.16 22.44 59.03 -
YUV 133.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 182 95 203 0.10 0.53 0 0.20 288.33 0.51 0.58
Hex B6 5F CB A 35 0 14 120 33 3A
Octal 266 137 313 12 65 0 24 440 63 72
Binary 10110110 1011111 11001011 1010 110101 0 10100 100100000 110011 111010

Color Harmonies of #B65FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FCB

Black with #B65FCB

Text Example


Text Example

White with #B65FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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